SQLiteScalarFunction<T1,T2,T3,T4,T5,T6,T7,TResult> Class
In This Topic
Base class for user-defined scalar functions with four parameters.
Syntax
'Declaration
Public MustInherit Class SQLiteScalarFunction
(Of ,,,,,,,)
Inherits SQLiteScalarFunction
Implements System.IDisposable
public abstract class SQLiteScalarFunction<,,,,,,,> : SQLiteScalarFunction, System.IDisposable
Type Parameters
- T1
- Type of the first user-defined function parameter.
- T2
- Type of the second user-defined function parameter.
- T3
- Type of the third user-defined function parameter.
- T4
- Type of the fourth user-defined function parameter.
- T5
- Type of the fifth user-defined function parameter.
- T6
- Type of the sixth user-defined function parameter.
- T7
- Type of the seventh user-defined function parameter.
- TResult
- Type of the user-defined function result.
Inheritance Hierarchy
See Also